home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Clocks / NewClock / NewClock.app / English.lproj / NewClock.nib / data.classes next >
Text File  |  1993-02-17  |  1KB  |  81 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. Controller = {
  7.     ACTIONS = {
  8.     update:;
  9.     appDidInit:;
  10.     appWillTerminate:;
  11.     };
  12.     OUTLETS = {
  13.     secondsButton;
  14.     theView;
  15.     cycles;
  16.     yearButton;
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20. CalendarView = {
  21.     ACTIONS = {
  22.     free:;
  23.     };
  24.     OUTLETS = {
  25.     backgroundImage;
  26.     };
  27.     SUPERCLASS = View;
  28. };
  29. AboutController = {
  30.     ACTIONS = {
  31.     windowWillClose:;
  32.     doAbout:;
  33.     };
  34.     OUTLETS = {
  35.     aboutPanel;
  36.     clockView;
  37.     calendarView;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41. ClockView = {
  42.     ACTIONS = {
  43.     free:;
  44.     };
  45.     OUTLETS = {
  46.     };
  47.     SUPERCLASS = View;
  48. };
  49. ProgressView = {
  50.     ACTIONS = {
  51.     };
  52.     OUTLETS = {
  53.     };
  54.     SUPERCLASS = View;
  55. };
  56. MyView = {
  57.     ACTIONS = {
  58.     };
  59.     OUTLETS = {
  60.     };
  61.     SUPERCLASS = View;
  62. };
  63. PrefsController = {
  64.     ACTIONS = {
  65.     clicked12:;
  66.     doCancel:;
  67.     doRevert:;
  68.     doOK:;
  69.     showPrefs:;
  70.     };
  71.     OUTLETS = {
  72.     hourCycle;
  73.     cycle12Button;
  74.     yearButton;
  75.     prefsPanel;
  76.     controller;
  77.     secondsButton;
  78.     };
  79.     SUPERCLASS = Object;
  80. };
  81.